home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / adduser / RCS / local.mk,v < prev   
Encoding:
Text File  |  1992-02-13  |  1.0 KB  |  72 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     91.06.03.17.04.05;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     90.08.13.21.01.53;  author shirriff;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     90.07.11.23.17.59;  author shirriff;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @Compile with -Wall if not a DECstation.
  32. @
  33. text
  34. @#
  35. # This file is included by Makefile.  Makefile is generated automatically
  36. # by mkmf, and this file provides additional local personalization.  The
  37. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  38. # that must be included to set up various compilation stuff.
  39. #
  40.  
  41. #
  42. # Must run set-user-id to root.
  43. #
  44. INSTALLFLAGS    += -o root -g wheel -m 4774
  45.  
  46. #if empty(TM:Mds3100)
  47. CFLAGS        += -Wall
  48. #endif
  49.  
  50. #include    <$(SYSMAKEFILE)>
  51. @
  52.  
  53.  
  54. 1.2
  55. log
  56. @Added setgid to wheel so it can access the shadow password database.
  57. @
  58. text
  59. @d13 4
  60. @
  61.  
  62.  
  63. 1.1
  64. log
  65. @Initial revision
  66. @
  67. text
  68. @d11 1
  69. a11 1
  70. INSTALLFLAGS    += -o root -m 4775
  71. @
  72.